home *** CD-ROM | disk | FTP | other *** search
- Path: kari.fm.unit.no!rustad
- From: rustad@fm.unit.no (Rolf Rustad)
- Newsgroups: comp.lang.c++
- Subject: HELP!! Desperately needed. Deviceces and OWL
- Date: 4 Mar 1996 19:43:07 GMT
- Organization: The Norwegian University of Science and Technology
- Message-ID: <4hfh4b$d41@due.unit.no>
- NNTP-Posting-Host: kari.fm.unit.no
- X-Newsreader: TIN [version 1.1 PL6]
-
- I need help.
- I have a C++ program that runs under DOS. It uses some functions which are
- found in an .obj file and which uses a device driver loaded in config.sys.
- The functions are declared for example like this:
- extern "C" FunctionName(char*);
- This works fine.
- However, when I include the same declaration, and the same code using the
- function in an OWL program (compiled with BC++ 4.0 16 bit), the program
- compiles, links and runs, but has no effect. Apparently the function calls
- never reach the device driver. Can anyone point me in the right direction as to
- where the problem might be here??
- Help would be much appreciated.
-
- Rolf Rustad
-
-